#Rotate Y+/-90
LMB:This will rotate all selected Objects by +90 Degree around the Y-Axis.**_
RMB:This will rotate all selected Objects by -90 Degree around the Y-Axis.
Rotate_selected_ObjectY(90)
#END
[OnRightMouseButton!]
Rotate_selected_ObjectY(-90)
#END
